Clean up includes in test printbackend.
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 8 Dec 2008 00:44:50 +0000 (00:44 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 8 Dec 2008 00:44:50 +0000 (00:44 +0000)
svn path=/trunk/; revision=21851

ChangeLog
modules/printbackends/test/gtkprintbackendtest.c

index c1305db4cacca816137857b606e39c9535420d6a..d4e0f12549f983c9afb6ac12a390890cba0b9731 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-12-07  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 563285 – test print backend does not compile
+
+       * modules/printbackends/test/gtkprintbackendtest.c: Clean up
+       includes. 
+
 2008-12-07  Behdad Esfahbod  <behdad@gnome.org>
 
        Bug 563547 – Update gdkx11 atom precache table
index 85a07a3e6d2cc78cd68fc70c0de364c422375457..47037cbde3995ca27fdfc308f141d3ebfd3eac10 100644 (file)
 
 #include <glib/gi18n-lib.h>
 
-#include "gtkprintoperation.h"
+#include <gtk/gtkprintbackend.h>
+#include <gtk/gtkunixprint.h>
+#include <gtk/gtkprinter-private.h>
 
-#include "gtkprintbackend.h"
 #include "gtkprintbackendtest.h"
 
-#include "gtkprinter.h"
-#include "gtkprinter-private.h"
 
 typedef struct _GtkPrintBackendTestClass GtkPrintBackendTestClass;